home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
demo
/
lanmap
/
install.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1988-05-25
|
212 b
|
17 lines
echo off
if exist read.me goto default
if exist a:read.me goto adisk
if exist b:read.me goto bdisk
:adisk
a:more a:read.me
goto end
:bdisk
b:more b:read.me
goto end
:default
more read.me
:end